home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Resources / HTMLGate 12.2.1B / htmlgate.exe / {app} / Templates / frame_topdownhiarachy.tmpl < prev    next >
Text File  |  2003-04-18  |  551b  |  18 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
  2. <HTML>
  3.    <HEAD>
  4.       <TITLE></TITLE>
  5.    </HEAD>
  6.    <FRAMESET ROWS="64,25%,*">
  7.       <FRAME NAME="top" SCROLLING="no" NORESIZE TARGET="middle" SRC="YOURSITE.htm">
  8.       <FRAME NAME="middle" TARGET="bottom" SRC="YOURSITE.htm">
  9.       <FRAME NAME="bottom" SRC="YOURSITE.htm">
  10.       <NOFRAMES>
  11.          <BODY>
  12.             <P>
  13.                This page uses frames, but your browser doesn't support them.
  14.             </P>
  15.          </BODY>
  16.       </NOFRAMES>
  17.    </FRAMESET>
  18. </HTML>